home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Image Compendium
/
Image Compendium.iso
/
utility
/
gifview
/
gifv.sls
< prev
next >
Wrap
Text File
|
1993-02-17
|
290b
|
15 lines
;
; GIFV.SLS
; Take every GIF file on G:\ and sort to color-map
; Great if you are converting GIFs to BMPs for Windows pictures!
;
slide-type-normal
change-path g:\*.gif
:loop
loadnext :exit
Sort-Colors
Write
goto :loop
:exit